home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / vax / ultrix.h < prev    next >
C/C++ Source or Header  |  1993-10-02  |  514b  |  15 lines

  1. #include "vax/vax.h"
  2.  
  3. #undef CPP_PREDEFINES
  4. #define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)"
  5.  
  6. /* By default, allow $ to be part of an identifier.  */
  7. #define DOLLARS_IN_IDENTIFIERS 1
  8.  
  9. /* These are as defined in /usr/include/sys/stdtypes.h.
  10.    These values are for ultrix 4.2 on the vax.  */
  11. #define SIZE_TYPE "unsigned int"
  12. #define PTRDIFF_TYPE "int"
  13. #define WCHAR_TYPE "unsigned int"
  14. #define WCHAR_TYPE_SIZE 32
  15.